home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS09.ADF / Progs / Brush2C.DOC < prev    next >
Text File  |  1986-05-22  |  813b  |  19 lines

  1.  
  2.  
  3.               This program converts 'Brushes' saved with DeluxePaint,
  4.           or any other program that saves out IFF format brushes, into
  5.           usable 'C' source code for your programs.
  6.           It converts the brush into the suitable image structures
  7.           required for gadgets, etc.  This structure can now be
  8.           #included into your source code like a '.h' file.
  9.           This program must be used from the command line
  10.           interface (CLI).  It is called like this:
  11.       
  12.       "Brush2C [-c] brushname filename structurename"
  13.       
  14.       Where brushname is the name of the brush, filename is the
  15.           name of the output file, and structurename is the name of
  16.           the 'C' image structure.  The -c option is used if you wish
  17.           to have color register information converted as well.
  18.  
  19.